CreateIterator
TheCreateIterator
method creates a value iterator for the entries in this value name space.
ODValueIterator CreateIterator ();
- return value
- A reference to a value iterator for iterating over the entries in this value name space.
DISCUSSION
You call this method when you need to apply an operation to all the entries of this name space.While you are using the returned value iterator, you must not modify this value name space; in particular, you must not register or unregister entries and you must not delete this value name space.
You must delete the returned value iterator when it is no longer needed.
SEE ALSO
TheODValueIterator
class (page 816).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help